home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm1 / s342q12.lha / aux-debug.h < prev    next >
C/C++ Source or Header  |  1994-02-01  |  178b  |  10 lines

  1. #define AUXDEBUGPORT "Aux_Debug_Port"
  2. struct debugmsg
  3.   {
  4.   struct Message ipc_Msg;
  5.   char *msg;                 /* null terminated text string */
  6.   int a,b,c;
  7.   int flag;
  8.   };
  9.  
  10.